home *** CD-ROM | disk | FTP | other *** search
- Path: erich.triumf.ca!bennett
- From: bennett@erich.triumf.ca (P.Bennett)
- Newsgroups: comp.lang.c
- Subject: Re: ClearScreen in C
- Date: 28 Mar 1996 12:05 PST
- Organization: TRIUMF: Tri-University Meson Facility
- Distribution: world
- Message-ID: <28MAR199612052824@erich.triumf.ca>
- References: <DozLqI.6Du@undergrad.math.uwaterloo.ca>
- NNTP-Posting-Host: ftp.triumf.ca
- News-Software: VAX/VMS VNEWS 1.50
-
- In article <DozLqI.6Du@undergrad.math.uwaterloo.ca>, srlalond@landen.math.uwaterloo.ca (Stephane Lalonde) writes...
- >I am programming in C and for the user interface, I would
- >like to clearscreen when I move from menu to menu.
- >
- >I was wondering if anyone knows what is the command needed.
- >I would like to have the solution for both programming on a
- >Unix machine and programming on a PC machine in DOS.
-
- The C standard doesn't address fancy screen manipulations - any provisions for
- this are system (and compiler) dependent.
-
- It is discussed in the comp.lang.c faq, available by ftp from rtfm.mit.edu
-
- With Borland compilers, for DOS, use the clrscr() function from conio.h.
-
- Peter Bennett VE7CEI | Vessels shall be deemed to be in sight
- Internet: bennett@triumf.ca | of one another only when one can be
- Packet: ve7cei@ve7kit.#vanc.bc.ca | observed visually from the other
- TRIUMF, Vancouver, B.C., Canada | ColRegs 3(k)
- GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
- or: ftp://ftp-i2.informatik.rwth-aachen.de/pub/arnd/GPS/peter/index.html
-
-